projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a21067
)
add array annotation to gtk_builder_add_objects_from_string
author
John (J5) Palmieri
<johnp@redhat.com>
Tue, 7 Sep 2010 16:06:29 +0000
(12:06 -0400)
committer
John (J5) Palmieri
<johnp@redhat.com>
Tue, 7 Sep 2010 16:06:29 +0000
(12:06 -0400)
gtk/gtkbuilder.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbuilder.c
b/gtk/gtkbuilder.c
index cad61d36ac8f029752ff20d4dc2bf0ef9b6297f5..dfbd418c4bfe75ec6f14ed3cfea81209c3f512e5 100644
(file)
--- a/
gtk/gtkbuilder.c
+++ b/
gtk/gtkbuilder.c
@@
-1028,7
+1028,7
@@
gtk_builder_add_from_string (GtkBuilder *builder,
* @builder: a #GtkBuilder
* @buffer: the string to parse
* @length: the length of @buffer (may be -1 if @buffer is nul-terminated)
- * @object_ids: nul-terminated array of objects to build
+ * @object_ids:
(array zero-teminated=1) (element-type utf8):
nul-terminated array of objects to build
* @error: (allow-none): return location for an error, or %NULL
*
* Parses a string containing a <link linkend="BUILDER-UI">GtkBuilder